home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / odbcall.zip / KEYBUILD.DFM / KEYBUILD.txt
Text File  |  1995-12-20  |  6KB  |  316 lines

  1. object frmUpdateTblInfo: TfrmUpdateTblInfo
  2.   Left = 128
  3.   Top = 97
  4.   Width = 542
  5.   Height = 388
  6.   Caption = 'Update Table Information'
  7.   Font.Color = clBlack
  8.   Font.Height = -12
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   OnResize = FormResize
  15.   TextHeight = 15
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 534
  20.     Height = 42
  21.     Align = alTop
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 14
  25.       Top = 10
  26.       Width = 34
  27.       Height = 15
  28.       Caption = 'Table:'
  29.     end
  30.     object Tables: TComboBox
  31.       Left = 64
  32.       Top = 7
  33.       Width = 206
  34.       Height = 22
  35.       Style = csDropDownList
  36.       ItemHeight = 15
  37.       Sorted = True
  38.       TabOrder = 0
  39.       Visible = False
  40.     end
  41.     object Table: TEdit
  42.       Left = 64
  43.       Top = 7
  44.       Width = 206
  45.       Height = 22
  46.       TabOrder = 1
  47.     end
  48.   end
  49.   object Panel2: TPanel
  50.     Left = 0
  51.     Top = 42
  52.     Width = 207
  53.     Height = 278
  54.     Align = alLeft
  55.     TabOrder = 1
  56.     object Label2: TLabel
  57.       Left = 1
  58.       Top = 1
  59.       Width = 205
  60.       Height = 23
  61.       Align = alTop
  62.       Alignment = taCenter
  63.       AutoSize = False
  64.       Caption = 'Available Columns/Fields:'
  65.       Font.Color = clBlack
  66.       Font.Height = -12
  67.       Font.Name = 'Arial'
  68.       Font.Style = [fsBold]
  69.       ParentFont = False
  70.     end
  71.     object AvailFields: TListBox
  72.       Left = 1
  73.       Top = 24
  74.       Width = 205
  75.       Height = 154
  76.       Align = alClient
  77.       ItemHeight = 15
  78.       Sorted = True
  79.       TabOrder = 0
  80.       OnClick = AvailFieldsClick
  81.       OnDblClick = AddEditClick
  82.     end
  83.     object Panel6: TPanel
  84.       Left = 1
  85.       Top = 178
  86.       Width = 205
  87.       Height = 99
  88.       Align = alBottom
  89.       BevelOuter = bvNone
  90.       TabOrder = 1
  91.       object Label5: TLabel
  92.         Left = 14
  93.         Top = 25
  94.         Width = 66
  95.         Height = 15
  96.         Caption = 'Actual Field:'
  97.       end
  98.       object Label6: TLabel
  99.         Left = 2
  100.         Top = 52
  101.         Width = 78
  102.         Height = 15
  103.         Caption = 'Display Label:'
  104.       end
  105.       object Label7: TLabel
  106.         Left = 4
  107.         Top = 1
  108.         Width = 109
  109.         Height = 15
  110.         Caption = 'Extended Field Info:'
  111.         Font.Color = clBlack
  112.         Font.Height = -12
  113.         Font.Name = 'Arial'
  114.         Font.Style = [fsBold]
  115.         ParentFont = False
  116.       end
  117.       object Label8: TLabel
  118.         Left = 2
  119.         Top = 78
  120.         Width = 78
  121.         Height = 15
  122.         Caption = 'Display Width:'
  123.       end
  124.       object ActualField: TEdit
  125.         Left = 89
  126.         Top = 21
  127.         Width = 112
  128.         Height = 22
  129.         TabOrder = 0
  130.         OnExit = ActualFieldExit
  131.       end
  132.       object DisplayLabel: TEdit
  133.         Left = 89
  134.         Top = 48
  135.         Width = 112
  136.         Height = 22
  137.         TabOrder = 1
  138.         OnExit = DisplayLabelExit
  139.       end
  140.       object DisplaySize: TEdit
  141.         Left = 89
  142.         Top = 74
  143.         Width = 112
  144.         Height = 22
  145.         TabOrder = 2
  146.         OnExit = DisplaySizeExit
  147.       end
  148.     end
  149.   end
  150.   object Panel3: TPanel
  151.     Left = 207
  152.     Top = 42
  153.     Width = 53
  154.     Height = 278
  155.     Align = alLeft
  156.     TabOrder = 2
  157.     object AddKey: TButton
  158.       Left = 9
  159.       Top = 19
  160.       Width = 35
  161.       Height = 23
  162.       Caption = '>'
  163.       TabOrder = 0
  164.       OnClick = AddKeyClick
  165.     end
  166.     object AddAllKeys: TButton
  167.       Left = 9
  168.       Top = 46
  169.       Width = 35
  170.       Height = 23
  171.       Caption = '>>'
  172.       TabOrder = 1
  173.       OnClick = AddAllKeysClick
  174.     end
  175.     object RemoveAllKeys: TButton
  176.       Left = 9
  177.       Top = 72
  178.       Width = 35
  179.       Height = 23
  180.       Caption = '<<'
  181.       TabOrder = 2
  182.       OnClick = RemoveAllKeysClick
  183.     end
  184.     object RemoveKey: TButton
  185.       Left = 9
  186.       Top = 99
  187.       Width = 35
  188.       Height = 23
  189.       Caption = '<'
  190.       TabOrder = 3
  191.       OnClick = RemoveKeyClick
  192.     end
  193.     object AddEdit: TButton
  194.       Left = 9
  195.       Top = 153
  196.       Width = 35
  197.       Height = 23
  198.       Caption = '>'
  199.       TabOrder = 4
  200.       OnClick = AddEditClick
  201.     end
  202.     object AddAllEdit: TButton
  203.       Left = 9
  204.       Top = 180
  205.       Width = 35
  206.       Height = 23
  207.       Caption = '>>'
  208.       TabOrder = 5
  209.       OnClick = AddAllEditClick
  210.     end
  211.     object RemoveAllEdit: TButton
  212.       Left = 9
  213.       Top = 206
  214.       Width = 35
  215.       Height = 23
  216.       Caption = '<<'
  217.       TabOrder = 6
  218.       OnClick = RemoveAllEditClick
  219.     end
  220.     object RemoveEdit: TButton
  221.       Left = 9
  222.       Top = 233
  223.       Width = 35
  224.       Height = 23
  225.       Caption = '<'
  226.       TabOrder = 7
  227.       OnClick = RemoveEditClick
  228.     end
  229.   end
  230.   object Panel4: TPanel
  231.     Left = 260
  232.     Top = 42
  233.     Width = 274
  234.     Height = 278
  235.     Align = alClient
  236.     TabOrder = 3
  237.     object Label3: TLabel
  238.       Left = 1
  239.       Top = 1
  240.       Width = 272
  241.       Height = 23
  242.       Align = alTop
  243.       AutoSize = False
  244.       Caption = '  Key Fields:'
  245.       Font.Color = clBlack
  246.       Font.Height = -12
  247.       Font.Name = 'Arial'
  248.       Font.Style = [fsBold]
  249.       ParentFont = False
  250.     end
  251.     object Label4: TLabel
  252.       Left = 1
  253.       Top = 113
  254.       Width = 272
  255.       Height = 23
  256.       Align = alTop
  257.       AutoSize = False
  258.       Caption = '  Editable Fields:'
  259.       Font.Color = clBlack
  260.       Font.Height = -12
  261.       Font.Name = 'Arial'
  262.       Font.Style = [fsBold]
  263.       ParentFont = False
  264.     end
  265.     object KeyFields: TListBox
  266.       Left = 1
  267.       Top = 24
  268.       Width = 272
  269.       Height = 89
  270.       Align = alTop
  271.       Ctl3D = True
  272.       ItemHeight = 15
  273.       ParentCtl3D = False
  274.       Sorted = True
  275.       TabOrder = 0
  276.       OnDblClick = RemoveKeyClick
  277.     end
  278.     object EditFields: TListBox
  279.       Left = 1
  280.       Top = 136
  281.       Width = 272
  282.       Height = 141
  283.       Align = alClient
  284.       ItemHeight = 15
  285.       Sorted = True
  286.       TabOrder = 1
  287.       OnDblClick = RemoveEditClick
  288.     end
  289.   end
  290.   object Panel5: TPanel
  291.     Left = 0
  292.     Top = 320
  293.     Width = 534
  294.     Height = 41
  295.     Align = alBottom
  296.     TabOrder = 4
  297.     object btnOk: TBitBtn
  298.       Left = 156
  299.       Top = 4
  300.       Width = 89
  301.       Height = 33
  302.       TabOrder = 0
  303.       OnClick = btnOkClick
  304.       Kind = bkOK
  305.     end
  306.     object btnCancel: TBitBtn
  307.       Left = 250
  308.       Top = 5
  309.       Width = 89
  310.       Height = 33
  311.       TabOrder = 1
  312.       Kind = bkCancel
  313.     end
  314.   end
  315. end
  316.